paper-listGitHub starsGitHub forksGitHub watchersBuild StatusimgGitHub repo sizeGitHub language countGitHub last commitGitHubimg<p align="center"><h1 align="center">
Paper-List-DAILY
Automatically Update Papers Daily in list</h1></p>

Updated on 2026.04.03

paper_list

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

trend_daily

topic_rank

code_coverage

top_authors

Usage

To generate the paper list locally, follow these steps:

  1. Install Dependencies
    pip install -r requirements.txt
    
  2. Run the Script
    python get_paper.py
    
  3. 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:

Paper List

  1. <a href=Classification.md>Classification</a>
  2. <a href=Object_Detection.md>Object Detection</a>
  3. <a href=Semantic_Segmentation.md>Semantic Segmentation</a>
  4. <a href=Object_Tracking.md>Object Tracking</a>
  5. <a href=Action_Recognition.md>Action Recognition</a>
  6. <a href=Pose_Estimation.md>Pose Estimation</a>
  7. <a href=Image_Generation.md>Image Generation</a>
  8. <a href=LLM.md>LLM</a>
  9. <a href=Scene_Understanding.md>Scene Understanding</a>
  10. <a href=Depth_Estimation.md>Depth Estimation</a>
  11. <a href=Audio_Processing.md>Audio Processing</a>
  12. <a href=Multimodal.md>Multimodal</a>
  13. <a href=Anomaly_Detection.md>Anomaly Detection</a>
  14. <a href=Transfer_Learning.md>Transfer Learning</a>
  15. <a href=Optical_Flow.md>Optical Flow</a>
  16. <a href=Reinforcement_Learning.md>Reinforcement Learning</a>
  17. <a href=Graph_Neural_Networks.md>Graph Neural Networks</a>