paper-with-me

Papers

Diving deeper into mentee networks

2016-04-27 · Ragav Venkatesan, Baoxin Li

Modern computer vision is all about the possession of powerful image representations. Deeper and deeper convolutional neural networks have been built using larger and larger datasets and are made publicly available. A large swath of computer vision scientists use these pre-trained networks with varying degrees of successes in various tasks. Even though there is tremendous success in copying these networks, the representational space is not learnt from the target dataset in a traditional manner. One of the reasons for opting to use a pre-trained network over a network learnt from scratch is that small datasets provide less supervision and require meticulous regularization, smaller and careful tweaking of learning rates to even achieve stable learning without weight explosion. It is often the case that large deep networks are not portable, which necessitates the ability to learn mid-sized networks from scratch. In this article, we dive deeper into training these mid-sized networks on small datasets from scratch by drawing additional supervision from a large pre-trained network. Such learning also provides better generalization accuracies than networks trained with common regularization techniques such as l2, l1 and dropouts. We show that features learnt thus, are more general than those learnt independently. We studied various characteristics of such networks and found some interesting behaviors.

📄 PDF Abstract BibTeX arXiv:1604.08220

Code (1)

ragavvenkatesan/regularizer-network 공식 구현

Similar Papers 제목 키워드 기반

Unveiling AI's Blind Spots: An Oracle for In-Domain, Out-of-Domain, and Adversarial Errors

2024-10-03 · Shuangpeng Han, Mengmi Zhang

AI models make mistakes when recognizing images-whether in-domain, out-of-domain, or adversarial. Predicting these errors is critical for improving system reliability, reducing costly mistakes, and enabling proactive cor…

Attentive Spatio-Temporal Representation Learning for Diving Classification

2019-04-30 · Gagan Kanojia, Sudhakar Kumawat, Shanmuganathan Raman

Competitive diving is a well recognized aquatic sport in which a person dives from a platform or a springboard into the water. Based on the acrobatics performed during the dive, diving is classified into a finite set of …

ClassificationGeneral ClassificationRepresentation Learning

Curiosity Killed or Incapacitated the Cat and the Asymptotically Optimal Agent

2020-06-05 · Michael K. Cohen, Elliot Catt, Marcus Hutter

Reinforcement learners are agents that learn to pick actions that lead to high reward. Ideally, the value of a reinforcement learner's policy approaches optimality--where the optimal informed policy is the one which maxi…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Exploration

Conic Descent Redux for Memory-Efficient Optimization

2023-08-13 · Bingcong Li, Georgios B. Giannakis

Conic programming has well-documented merits in a gamut of signal processing and machine learning tasks. This contribution revisits a recently developed first-order conic descent (CD) solver, and advances it in three asp…

Pivoting Retail Supply Chain with Deep Generative Techniques: Taxonomy, Survey and Insights

2024-02-29 · YuAn Wang, Lokesh Kumar Sambasivan, Mingang Fu, Prakhar Mehrotra

Generative AI applications, such as ChatGPT or DALL-E, have shown the world their impressive capabilities in generating human-like text or image. Diving deeper, the science stakeholder for those AI applications are Deep …