Giter VIP home page Giter VIP logo

concept_library's Introduction

concept_library

This is a library for hierarchical concept composition and reasoning.

Installation

Install the dependencies via

pip install -r requirements.txt

Structure

The concepts.py contains class definitions for concepts and operators. A concept is a 3-tuple of (concept name, concept probability model, concept graph).

  • A concept name C is a string (e.g., "cat", "line") that denotes the concept:
  • A concept probability model P(X, M, C) is a mapping that maps an observation X (e.g., an image containing cats and other distractors), a binary mask M, and a concept name C to a joint probability scalar. In this library, we use energy-based models (EBMs, the unnormalized log-likelihood of the probability) to represent the joint probability, which allows easy composition.
  • A concept graph is a graph whose nodes are constituent concept names and edges are constituent relation names (e.g., the concept graph for "parallel-line" consists of two "line" concept name as nodes and a "parallel" relation name as edge).

For more information about concepts, see the slides for ZeroC paper.

The models.py contains the class definitions of important network architectures for energy-based models and related architectures.

Some projects using this library:

Citation

If you find our work and/or our code useful, please cite us via:

@inproceedings{wu2022zeroc,
title={Zeroc: A neuro-symbolic model for zero-shot concept recognition and acquisition at inference time},
author={Wu, Tailin and Tjandrasuwita, Megan and Wu, Zhengxuan and Yang, Xuelin and Liu, Kevin and Sosi{\v{c}}, Rok and Leskovec, Jure},
booktitle={Neural Information Processing Systems},
year={2022},
}

concept_library's People

Contributors

tailintalent avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.