paper-with-me

홈 › Papers

How many views does your deep neural network use for prediction?

2024-02-02 · Keisuke Kawano, Takuro Kutsuna, Keisuke Sano

The generalization ability of Deep Neural Networks (DNNs) is still not fully understood, despite numerous theoretical and empirical analyses. Recently, Allen-Zhu & Li (2023) introduced the concept of multi-views to explain the generalization ability of DNNs, but their main target is ensemble or distilled models, and no method for estimating multi-views used in a prediction of a specific input is discussed. In this paper, we propose Minimal Sufficient Views (MSVs), which is similar to multi-views but can be efficiently computed for real images. MSVs is a set of minimal and distinct features in an input, each of which preserves a model's prediction for the input. We empirically show that there is a clear relationship between the number of MSVs and prediction accuracy across models, including convolutional and transformer models, suggesting that a multi-view like perspective is also important for understanding the generalization ability of (non-ensemble or non-distilled) DNNs.

📄 PDF Abstract BibTeX arXiv:2402.01095

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Mine Your Own vieW: Self-Supervised Learning Through Across-Sample Prediction

2021-02-19 · Mehdi Azabou, Mohammad Gheshlaghi Azar, Ran Liu, Chi-Heng Lin 외

State-of-the-art methods for self-supervised learning (SSL) build representations by maximizing the similarity between different transformed "views" of a sample. Without sufficient diversity in the transformations used t…

DiversitySelf-Supervised Learning

Learning to Search Better Than Your Teacher

2015-02-08 · Kai-Wei Chang, Akshay Krishnamurthy, Alekh Agarwal, Hal Daumé III 외

Methods for learning to search for structured prediction typically imitate a reference policy, with existing theoretical guarantees demonstrating low regret compared to that reference. This is unsatisfactory in many appl…

Multi-Armed BanditsStructured Prediction

Bootstrap Your Own Views: Masked Ego-Exo Modeling for Fine-grained View-invariant Video Representations

2025-03-25 · CVPR 2025 1 · Jungin Park, Jiyoung Lee, Kwanghoon Sohn

View-invariant representation learning from egocentric (first-person, ego) and exocentric (third-person, exo) videos is a promising approach toward generalizing video understanding systems across multiple viewpoints. How…

Representation LearningVideo Understanding

Video to Fully Automatic 3D Hair Model

2018-09-13 · Shu Liang, Xiufeng Huang, Xianyu Meng, Kunyao Chen 외

Imagine taking a selfie video with your mobile phone and getting as output a 3D model of your head (face and 3D hair strands) that can be later used in VR, AR, and any other domain. State of the art hair reconstruction m…

model

Watch Your Steps: Local Image and Scene Editing by Text Instructions

2023-08-17 · Ashkan Mirzaei, Tristan Aumentado-Armstrong, Marcus A. Brubaker, Jonathan Kelly 외

Denoising diffusion models have enabled high-quality image generation and editing. We present a method to localize the desired edit region implicit in a text instruction. We leverage InstructPix2Pix (IP2P) and identify t…

DenoisingImage GenerationNeRF