paper-with-me

홈 › Papers

PhiNet v2: A Mask-Free Brain-Inspired Vision Foundation Model from Video

2025-05-16 · Makoto Yamada, Kian Ming A. Chai, Ayoub Rhim, Satoki Ishikawa, Mohammad Sabokrou, Yao-Hung Hubert Tsai

Recent advances in self-supervised learning (SSL) have revolutionized computer vision through innovative architectures and learning objectives, yet they have not fully leveraged insights from biological visual processing systems. Recently, a brain-inspired SSL model named PhiNet was proposed; it is based on a ResNet backbone and operates on static image inputs with strong augmentation. In this paper, we introduce PhiNet v2, a novel Transformer-based architecture that processes temporal visual input (that is, sequences of images) without relying on strong augmentation. Our model leverages variational inference to learn robust visual representations from continuous input streams, similar to human visual processing. Through extensive experimentation, we demonstrate that PhiNet v2 achieves competitive performance compared to state-of-the-art vision foundation models, while maintaining the ability to learn from sequential input without strong data augmentation. This work represents a significant step toward more biologically plausible computer vision systems that process visual information in a manner more closely aligned with human cognitive processes.

📄 PDF Abstract BibTeX arXiv:2505.11129

Code (1)

oist/phinetv2 공식 구현 pytorch

Tasks

Data AugmentationSelf-Supervised LearningVariational Inference

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Kaiming Initialization 설명 없음
Variational Inference 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

PhiNets: Brain-inspired Non-contrastive Learning Based on Temporal Prediction Hypothesis

2024-05-23 · Satoki Ishikawa, Makoto Yamada, Han Bao, Yuki Takezawa

Predictive coding is a theory which hypothesises that cortex predicts sensory inputs at various levels of abstraction to minimise prediction errors. Inspired by predictive coding, Chen et al. (2024) proposed another theo…

Continual LearningContrastive LearningHippocampusPrediction+1

SiamJEPA: On the Role of Siamese Student Encoders in JEPA

2026-07-04 · Makoto Yamada hf

Recently, Joint Embedding Predictive Architectures (JEPAs) have attracted significant attention in the computer vision and machine learning communities as a promising framework for self-supervised representation learning…

Representation Learning

MorphiNet: A Graph Subdivision Network for Adaptive Bi-ventricle Surface Reconstruction

2024-12-14 · Yu Deng, Yiyang Xu, Linglong Qian, Charlene Mauger 외

Cardiac Magnetic Resonance (CMR) imaging is widely used for heart modelling and digital twin computational analysis due to its ability to visualize soft tissues and capture dynamic functions. However, the anisotropic nat…

AnatomySurface Reconstruction

PhiNets: a scalable backbone for low-power AI at the edge

2021-10-01 · Francesco Paissan, Alberto Ancilotto, Elisabetta Farella

In the Internet of Things era, where we see many interconnected and heterogeneous mobile and fixed smart devices, distributing the intelligence from the cloud to the edge has become a necessity. Due to limited computatio…

BIMM: Brain Inspired Masked Modeling for Video Representation Learning

2024-05-21 · Zhifan Wan, Jie Zhang, Changzhen Li, Shiguang Shan

The visual pathway of human brain includes two sub-pathways, ie, the ventral pathway and the dorsal pathway, which focus on object identification and dynamic information modeling, respectively. Both pathways comprise mul…

Representation Learning