π§ Daily Study Log [2025-09-22]
Explored the idea of scenic bus routes, wrapped up DDPM study with key conclusions, and summarized results from the Garbage Classification project.
π‘ Idea
- Proposed Scenic Bus Routes
- Concept: Evaluate bus routes not just for efficiency, but also for beautiful scenery, offering unique value for tourists and daily commuters.
π Paper Study
- Continued Denoising Diffusion Probabilistic Models (DDPM) study.
- Day 5 β Discussion & Conclusion
- Diffusion models = simple, stable, and strong alternative to GANs/VAEs.
- Strengths: stability, theoretical links to score matching & Langevin dynamics.
- Weaknesses: slow sampling, heavy compute cost.
- Future: faster sampling methods (DDIM, latent diffusion), wider domains (audio/video/text), hybrid generative models.
- Final takeaway: βAdd noise β learn to remove itβ, foundation for Stable Diffusion, Imagen, DALLΒ·E 2.
ποΈ Personal Project β Garbage Classification
- Goal: Classify waste images (6 categories) with CNN & transfer learning.
- Dataset: Kaggle Garbage Classification (~2,500 images, 6 classes).
- Methods:
- Baseline CNN β ~60% accuracy
- MobileNetV2 (frozen) β ~78%
- MobileNetV2 (fine-tuned) β ~84%
- Findings:
- Strong gains with transfer learning.
- Weakest class = trash (recall ~62%).
- Frequent confusion: plastic β glass.
- Limitations: Small dataset, class imbalance, webcam input less reliable.
- Next Steps: More augmentation, background removal, test stronger models (EfficientNetV2, ViT).
β
TL;DR
π New idea: Scenic Bus Routes for tourists & commuters
π Finished DDPM: strong alternative to GANs, foundation for modern diffusion models
π Garbage Classification: MobileNetV2 achieved ~84%, but needs better handling of class imbalance