Learning a Deep ℓ∞ Encoder for Hashing

Abstract

We investigate the L-infinity constrained representation which demonstrates robustness to quantization errors, utilizing the tool of deep learning. Based on the Alternating Direction Method of Multipliers (ADMM), we formulate the original convex minimization problem as a feed-forward neural network, named Deep L-infinity Encoder, by introducing the novel Bounded Linear Unit (BLU) neuron and modeling the Lagrange multipliers as network biases. Such a structural prior acts as an effective network regularization, and facilitates the model initialization. We then investigate the effective use of the proposed model in the application of hashing, by coupling the proposed encoders under a supervised pairwise loss, to develop a Deep Siamese L-infinity Network, which can be optimized from end to end. Extensive experiments demonstrate the impressive performances of the proposed model. We also provide an in-depth analysis of its behaviors against the competitors. PDF

Cite

Text

Wang et al. "Learning a Deep ℓ∞ Encoder for Hashing." International Joint Conference on Artificial Intelligence, 2016.

Markdown

[Wang et al. "Learning a Deep ℓ∞ Encoder for Hashing." International Joint Conference on Artificial Intelligence, 2016.](https://mlanthology.org/ijcai/2016/wang2016ijcai-learning-b/)

BibTeX

@inproceedings{wang2016ijcai-learning-b,
  title     = {{Learning a Deep ℓ∞ Encoder for Hashing}},
  author    = {Wang, Zhangyang and Yang, Yingzhen and Chang, Shiyu and Ling, Qing and Huang, Thomas S.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {2174-2180},
  url       = {https://mlanthology.org/ijcai/2016/wang2016ijcai-learning-b/}
}