Hub page for the Computer Vision & Signal Processing Lab @ PNU project pages, served at paper.pnu-cvsp.com.
The landing page (index.html) is a static, curated list. Each project lives in its own repository with GitHub Pages enabled, and — because this org-pages site has the custom domain paper.pnu-cvsp.com — is served under paper.pnu-cvsp.com/<repo>/.
| Page | Title | Published @ | Repository |
|---|---|---|---|
| 3DZip | Spatial-Aware Feature Diversity-Guided Token Compression for 3D Question Answering | ECCV 2026 |
cvsp-lab/3DZip |
| LivingWorld | Interactive 4D World Generation with Environmental Dynamics | ECCV 2026 |
cvsp-lab/LivingWorld |
| SFPruner | Structured Redundancy Modeling for Efficient Visual Token Pruning in High-Resolution MLLMs | ECCV 2026 |
cvsp-lab/SFPruner |
| MoE-GS | Mixture of Experts for Dynamic Gaussian Splatting | ICLR 2026 |
cvsp-lab/MoE-GS |
| AgilePruner | Attention and Diversity for Adaptive Visual Token Pruning in LVLMs | ICLR 2026 |
cvsp-lab/AgilePruner |
| FocusMatters | Phase-Aware Suppression for Hallucination in Vision-Language Models | Preprint |
cvsp-lab/FocusMatters |
| 3D-MOM | Optimizing 4D Gaussians for Dynamic Scene Video from Single Landscape Images | ICLR 2025 |
cvsp-lab/ICLR2025_3D-MOM |
| Stable-cGAN | Enhancing Stability in Training Conditional GANs via Selective Data Matching | Preprint |
cvsp-lab/Stable-cGAN |
| 3D-MRM | 3D-MRM | Under Review |
cvsp-lab/3D_MRM_page |
To add a project to the hub, add an entry to the PROJECTS array in index.html after enabling Pages on its repository.
Each project page lives in its own repository under the cvsp-lab org.
-
Create/push your project-page repo (e.g.
cvsp-lab/MyProject), withindex.htmlat the root of the source branch. -
Enable GitHub Pages on that repo: Settings → Pages → Build from a branch, pick your source branch (e.g.
mainorproject_page) and folder (/or/docs). It will be served athttps://paper.pnu-cvsp.com/MyProject/. -
Add it to the hub: append an entry to the
PROJECTSarray inindex.html(and, optionally, a row to the table above):
{ repo: "MyProject", venue: "CVPR 2026", title: "My Beautiful Project Title" },url defaults to https://paper.pnu-cvsp.com/<repo>/; set it explicitly only if the page lives elsewhere.