<p align="center"><h1 align="center">
Paper-List-DAILY
Automatically Update Papers Daily in list</h1></p>
Updated on 2026.04.03
Introduction
This repository provides a daily-updated list of computer vision papers from arXiv, organized by topic. The updates are automated using GitHub Actions to ensure you stay current with the latest research.
Online documentation: https://islinxu.github.io/paper-list/
Analytics
- Dashboard: analytics/




Usage
To generate the paper list locally, follow these steps:
- Install Dependencies
pip install -r requirements.txt - Run the Script
python get_paper.py - Configuration
You can customize the search keywords and other settings in
config.yaml.
Advanced Usage
You can also use the scripts in the scripts/ directory for additional tasks:
- Count Papers in Range: Count the number of papers within a specific date range.
python scripts/count_range.py 2024-01-01 2024-12-31
Paper List
- <a href=Classification.md>Classification</a>
- <a href=Object_Detection.md>Object Detection</a>
- <a href=Semantic_Segmentation.md>Semantic Segmentation</a>
- <a href=Object_Tracking.md>Object Tracking</a>
- <a href=Action_Recognition.md>Action Recognition</a>
- <a href=Pose_Estimation.md>Pose Estimation</a>
- <a href=Image_Generation.md>Image Generation</a>
- <a href=LLM.md>LLM</a>
- <a href=Scene_Understanding.md>Scene Understanding</a>
- <a href=Depth_Estimation.md>Depth Estimation</a>
- <a href=Audio_Processing.md>Audio Processing</a>
- <a href=Multimodal.md>Multimodal</a>
- <a href=Anomaly_Detection.md>Anomaly Detection</a>
- <a href=Transfer_Learning.md>Transfer Learning</a>
- <a href=Optical_Flow.md>Optical Flow</a>
- <a href=Reinforcement_Learning.md>Reinforcement Learning</a>
- <a href=Graph_Neural_Networks.md>Graph Neural Networks</a>