Automatically track & organize the latest arXiv papers by topic β updated daily via GitHub Actions
π Last Updated:
2026.06.12Β· π€ Auto-generated by GitHub Actions
Paper-List-DAILY is an automated arXiv paper tracking system that fetches, categorizes, and organizes the latest research papers across 20+ computer vision & AI topics β from classic tasks like Object Detection and Segmentation to cutting-edge fields like Diffusion Models, LLMs, and Embodied AI.
Every day, GitHub Actions automatically polls the Papers with Code API, enriches paper metadata with arXiv links, translation services, and code repositories, then generates beautifully formatted Markdown lists for both GitHub README and GitHub Pages.
π Online Documentation: https://YOUR_GITHUB_USERNAME.github.io/paper-list/
πΊοΈ Topic Coverage
| Category | Topics |
|---|---|
| Perception Core | Classification Β· Object Detection Β· Semantic Segmentation Β· Anomaly Detection |
| 3D and Motion | Object Tracking Β· Action Recognition Β· Pose Estimation Β· Depth Estimation Β· Optical Flow |
| Foundation Models | Image Generation Β· Diffusion Models Β· LLM Β· Latent Space LLM Β· Multimodal |
| Systems Frontier | Scene Understanding Β· Video Understanding Β· Neural Rendering Β· Transfer Learning Β· Reinforcement Learning Β· Graph Neural Networks Β· Audio Processing |
| Emerging | AI Agent Β· Reasoning Β· World Models Β· 3D Vision Β· Autonomous Driving Β· Robotics Β· Embodied AI |
| Science & Safety | AI for Science Β· AI Safety Β· Efficient AI Β· Time Series & Anomaly |
| Feature | Description |
|---|---|
| π Daily Auto-Update | Runs every 8 hours via GitHub Actions β zero manual intervention |
| π 20+ Research Topics | From Classification to Embodied AI, covering the full CV/AI spectrum |
| π Research Insights | Trend charts, topic rankings, top authors, and code coverage |
| π Smart Link Enrichment | Auto-attaches arXiv PDF, translation, reading, alphaXiv discussion, and code links |
| π± Dual Output | Generates both GitHub README and Jekyll-powered GitHub Pages |
| π€ Dual Reading Modes | Human-facing view + compact ?view=agent mode |
| π¨ Three Visual Themes | Editorial (warm), Atlas (dark), Lab (clean) β switchable |
| π Configurable Keywords | Fully customizable search filters via config.yaml |
| π Monthly Archives | Papers organized by month for easy historical browsing |
| π Multi-language Support | Integrated paper translation links for non-English readers |
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
β Papers with ββββββΆβ GitHub Actions ββββββΆβ Enriched MD β
β Code API β β (every 8h) β β + Analytics β
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
β β β
βΌ βΌ βΌ
π₯ Fetch Papers π Enrich Links π Generate
π Filter by Topic π Build Analytics π GitHub Pages
π
Sort by Date πΎ Store JSON π README.md
| Path | When to use |
|---|---|
| Topic-first | Start from the live site homepage β choose a topic lane β open a monthly archive |
| Dense scan | Open paper_list.html for one continuous all-topics stream with browser search |
| Analytics | Open the insights dashboard for charts, rankings, and code coverage |
| Agent mode | Add ?view=agent on GitHub Pages for a denser, lower-noise reading mode |
- Python 3.10+
- pip
# 1. Clone the repository
git clone https://github.com/YOUR_GITHUB_USERNAME/paper-list.git
cd paper-list
# 2. Install dependencies
pip install -r requirements.txt
# 3. Run the setup wizard (first time)
python scripts/setup_fork.py
# 4. Dry-run to preview
python get_paper.py --dry-run --start_date 2026-06-01 --end_date 2026-06-08
# 5. Fetch papers
python get_paper.py
# Or specify a date range
python get_paper.py --start_date 2024-01-01 --end_date 2024-12-31Customize search keywords, output paths, and more in config.yaml:
keywords:
"Object Detection":
enabled: true
filters: ["Object Detection", "2D Object Detection", "3D Object Detection"]
"Diffusion Models":
enabled: true
filters: ["Diffusion Model", "Stable Diffusion", "DALL-E"]| Command | Description |
|---|---|
python get_paper.py --dry-run |
Preview what would be fetched without writing files |
python get_paper.py --topic "Object Detection" |
Fetch a single topic only |
python get_paper.py --update_paper_links |
Enrich existing papers with code links |
python scripts/count_range.py 2024-01-01 2024-12-31 |
Count papers in a date range |
python scripts/build_analytics.py --store docs/data --out docs/analytics |
Build research insights dashboard |
python scripts/filter_audit.py |
Audit filter efficiency (find zombie filters) |
python scripts/validate_config.py |
Validate config.yaml before running |
python scripts/setup_fork.py |
Interactive fork setup wizard |
make dry-run |
Shortcut: preview fetch |
make fetch |
Shortcut: fetch today's papers |
Browse topics by research lane first, then jump into each monthly archive.
- 1Classification
- 2Object Detection
- 3Semantic Segmentation
- 4Anomaly Detection
- 5Object Tracking
- 6Action Recognition
- 7Pose Estimation
- 8Depth Estimation
- 9Optical Flow
- 10Image Generation
- 11Diffusion Models
- 12LLM
- 13Latent Space LLM
- 14Multimodal
- 15Neural Rendering
- 16AI Agent
- 17World Models
- 18Reinforcement Learning
- 19Transfer Learning
- 20Audio Processing
- 21Graph Neural Networks
- 22Scene Understanding
- 23Video Understanding
Analytics is available as a separate entrance so the main reading flow stays topic-first.
- Insights Dashboard: docs/analytics/
- Daily Trend: Papers published per day
- Topic Ranking: Most active research areas
- Top Authors: Most prolific researchers
- Code Coverage: Ratio of papers with open-source code
If you find this project helpful, please consider giving it a β β it helps others discover the project!
We welcome contributions! Here are some ways you can help:
| Type | How |
|---|---|
| π Report Issues | Open an issue for bugs or missing papers |
| π‘ Suggest Topics | Propose new research categories in the issues |
| π§ Improve Code | Submit a PR to enhance the scraper, analytics, or UI |
| π Improve Docs | Help us write better documentation |
# Fork and clone
git clone https://github.com/YOUR_GITHUB_USERNAME/paper-list.git
cd paper-list
# Install dependencies
pip install -r requirements.txt
# Run the setup wizard
python scripts/setup_fork.py
# Run tests
python -m pytest tests/This project is licensed under the Apache License 2.0.
The paper data is sourced from arXiv and Papers with Code, and remains subject to their respective terms of use.
| Service | Contribution |
|---|---|
| arXiv | Open access to research papers |
| Papers with Code | Comprehensive paper API |
| papers.cool | Paper translation services |
| hjfy.top | Enhanced paper reading experience |
| alphaXiv | Interactive paper discussion and annotation |
Built with β€οΈ by @YOUR_GITHUB_USERNAME Β· Powered by GitHub Actions