GithubHelp home page GithubHelp logo

ozansener / active_learning_coreset Goto Github PK

View Code? Open in Web Editor NEW
249.0 249.0 42.0 77 KB

Source code for ICLR 2018 Paper: Active Learning for Convolutional Neural Networks: A Core-Set Approach

License: MIT License

Python 99.89% Shell 0.11%

active_learning_coreset's People

Contributors

ozansener avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

active_learning_coreset's Issues

pickled feature vector

When you are running the full_gurobi_parser, where does the 'feature_vectors_pickled' come from?

How to select upper bound and delta?

HI, I'm wondering what's the value you used for upper bound and delta in your experiments. I only found the upper bound \Chi=1e-4*n in the paper. Is this the UB used in the code? How about the delta? Thank you very much!

Running the package

Hi,
Just wondering if you could specify how to run the package and reproduce the results. From your paper I understand that the implementation is in Tensorflow. So probably for cifar10 that is tf_base -> cifar10_train -> train_cifar ?

There is implementation in PyTorch additional_baselines -> main as well. Is that just re-implementation in PyTorch?

filed named "fisher_20000.bn" not found

Dear author:
When I run your code "main.py" under the folder of additional_baselines, there exists an error that "can not find the file named 'fisher_20000.bn' ". And I couldn't find any code files to create that file. Could you please tell me the procedure that you produce this file? Thank you very much.

Points associated to a cluster with a different label

Hello,

If I understood correctly, a point B is associated to a cluster A if they are closer than a fixed distance δ. Since the neural network is Lipschitz continuous, the output of the neural network cannot change much for a given δ. Therefore, if the error of the point A (contained in the coreset) is assumed to be zero, the error of B will be small (bounded).

However, if points A and B are closer than δ but they have different targets, the error could be arbitrarily large, right? Would it be sensible to only cover points that have the same target?

Thanks in advance!

Issues with greedy_facility_location.py

Hi,
I think the file greedy_facility_location.py is not executable because I can see in the
line 31
#for lab in dat['gt_f'].shape[0]): There are some unbalanced parenthesis

line 38
no = numpy.argmax(d) . d is not defined.

It would be great if you can share your code which you used for the results obtained in the ICLR paper

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.