UT-Austin Computer Vision Group Software


Please find software links below, together with the associated papers.


Boundary-preserving dense local region extraction (BPLRs)

BPLR feature detector, plus some descriptors for the extracted BPLRs, including HOG, chordiogram, and color histogram.  Written in MATLAB and tested in Linux 32 and 64 bits.



Kernelized locality sensitive hashing (KLSH)

Kernelized hashing algorithm which allows sub-linear time search under an arbitrary kernel function.  MATLAB code.


Efficient region search object detection

Fast branch-and-cut approach to identify the subregion in an image that maximizes the classifier's score, for family of additive classifiers.


Budgeted batch active learning

Batch-mode active learning algorithm to select the set of examples that appear most informative to an SVM, such that their total associated annotation cost meets a given budget. 


Object-graphs

The full pipeline for context-aware discovery with object-graphs.  Implemented in Matlab


Multi-task feature learning


Multi-level multi-class VOI active selection

Implementation of Value-of-Information active learning criterion for multi-level multi-class case, as proposed in the CVPR 2009 paper



MIL training of object categories and MIL Bag-reweighting code



Pyramid match kernel - John Lee's LIBPMK: a pyramid match toolkit


Incremental SVM code