<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>eel4759_classification, branch HEAD</title>
<subtitle>Comparison of different ImageNet-based CNN models for classifying diabetic retinopathy images</subtitle>
<entry>
<id>8aa7de25b342c5fbe2f85dcf68918eb5614b92c8</id>
<published>2026-04-22T13:44:03Z</published>
<updated>2026-04-22T13:44:03Z</updated>
<title type="text">add original proposal presentation and move into assignment/</title>
<link rel="alternate" type="text/html" href="commit/8aa7de25b342c5fbe2f85dcf68918eb5614b92c8.html" />
<author>
<name>Vineet Kumar</name>
<email>git@vineetk.net</email>
</author>
<content type="text">commit 8aa7de25b342c5fbe2f85dcf68918eb5614b92c8
parent 9b8cf40297e4e0bee41e3a7697bb063c04ae7335
Author: Vineet Kumar &lt;git@vineetk.net&gt;
Date:   Wed, 22 Apr 2026 09:44:03 -0400

add original proposal presentation and move into assignment/

</content>
</entry>
<entry>
<id>9b8cf40297e4e0bee41e3a7697bb063c04ae7335</id>
<published>2026-04-22T03:59:25Z</published>
<updated>2026-04-22T03:59:25Z</updated>
<title type="text">add results (except pth files)</title>
<link rel="alternate" type="text/html" href="commit/9b8cf40297e4e0bee41e3a7697bb063c04ae7335.html" />
<author>
<name>Vineet Kumar</name>
<email>git@vineetk.net</email>
</author>
<content type="text">commit 9b8cf40297e4e0bee41e3a7697bb063c04ae7335
parent a54bcf2255337052808ea2312cbd418c6a5f89a4
Author: Vineet Kumar &lt;git@vineetk.net&gt;
Date:   Tue, 21 Apr 2026 23:59:25 -0400

add results (except pth files)

</content>
</entry>
<entry>
<id>a54bcf2255337052808ea2312cbd418c6a5f89a4</id>
<published>2026-04-22T03:58:24Z</published>
<updated>2026-04-22T03:58:24Z</updated>
<title type="text">add final report</title>
<link rel="alternate" type="text/html" href="commit/a54bcf2255337052808ea2312cbd418c6a5f89a4.html" />
<author>
<name>Vineet Kumar</name>
<email>git@vineetk.net</email>
</author>
<content type="text">commit a54bcf2255337052808ea2312cbd418c6a5f89a4
parent 443033a57e93ae73785c063116f54ec26b903beb
Author: Vineet Kumar &lt;git@vineetk.net&gt;
Date:   Tue, 21 Apr 2026 23:58:24 -0400

add final report

</content>
</entry>
<entry>
<id>443033a57e93ae73785c063116f54ec26b903beb</id>
<published>2026-04-22T03:09:21Z</published>
<updated>2026-04-22T03:09:21Z</updated>
<title type="text">add a README.md file</title>
<link rel="alternate" type="text/html" href="commit/443033a57e93ae73785c063116f54ec26b903beb.html" />
<author>
<name>Vineet Kumar</name>
<email>git@vineetk.net</email>
</author>
<content type="text">commit 443033a57e93ae73785c063116f54ec26b903beb
parent 88375c7767dbea45e9a1158f0aa180043a59ffae
Author: Vineet Kumar &lt;git@vineetk.net&gt;
Date:   Tue, 21 Apr 2026 23:09:21 -0400

add a README.md file

</content>
</entry>
<entry>
<id>88375c7767dbea45e9a1158f0aa180043a59ffae</id>
<published>2026-04-22T02:54:46Z</published>
<updated>2026-04-22T02:54:46Z</updated>
<title type="text">main: increase batch size</title>
<link rel="alternate" type="text/html" href="commit/88375c7767dbea45e9a1158f0aa180043a59ffae.html" />
<author>
<name>Vineet Kumar</name>
<email>git@vineetk.net</email>
</author>
<content type="text">commit 88375c7767dbea45e9a1158f0aa180043a59ffae
parent 3d5c9e1658ea8c8b06d9acaeff847647b58fa63a
Author: Vineet Kumar &lt;git@vineetk.net&gt;
Date:   Tue, 21 Apr 2026 22:54:46 -0400

main: increase batch size

</content>
</entry>
<entry>
<id>3d5c9e1658ea8c8b06d9acaeff847647b58fa63a</id>
<published>2026-04-20T14:28:06Z</published>
<updated>2026-04-20T14:28:06Z</updated>
<title type="text">increase resolution to 384px and soften oversampler weights</title>
<link rel="alternate" type="text/html" href="commit/3d5c9e1658ea8c8b06d9acaeff847647b58fa63a.html" />
<author>
<name>Vineet Kumar</name>
<email>git@vineetk.net</email>
</author>
<content type="text">commit 3d5c9e1658ea8c8b06d9acaeff847647b58fa63a
parent 9dd8b3007e79f0634f868d405f5e7c48917305fd
Author: Vineet Kumar &lt;git@vineetk.net&gt;
Date:   Mon, 20 Apr 2026 10:28:06 -0400

increase resolution to 384px and soften oversampler weights

- Default img_size changed from 224 to 384 (already plumbed through
  build_transforms/build_dataloaders, just needed passing from main.py)
- WeightedRandomSampler now uses sqrt(1/count) instead of 1/count to
  reduce over-prediction of minority classes against visually similar
  majority class (Healthy vs Mild NPDR)
- Default batch size reduced 64-&gt;32 to accommodate larger images
- 4-epoch warmup-only test: macro F1 0.45, weighted F1 0.74, kappa 0.62
  already exceeding previous 22-epoch best on all metrics

</content>
</entry>
<entry>
<id>9dd8b3007e79f0634f868d405f5e7c48917305fd</id>
<published>2026-04-20T14:03:17Z</published>
<updated>2026-04-20T14:03:17Z</updated>
<title type="text">improve training for class-imbalanced DR classification</title>
<link rel="alternate" type="text/html" href="commit/9dd8b3007e79f0634f868d405f5e7c48917305fd.html" />
<author>
<name>Vineet Kumar</name>
<email>git@vineetk.net</email>
</author>
<content type="text">commit 9dd8b3007e79f0634f868d405f5e7c48917305fd
parent 8f571ee51854540d186aafc01d25908bba5ea09e
Author: Vineet Kumar &lt;git@vineetk.net&gt;
Date:   Mon, 20 Apr 2026 10:03:17 -0400

improve training for class-imbalanced DR classification

- WeightedRandomSampler for balanced class sampling during training
- FocalLoss (gamma=2) for hard-example mining, no alpha (sampler handles balance)
- Stronger augmentation: RandomResizedCrop, ColorJitter, GaussianBlur, 30deg rotation
- Discriminative LR: backbone at 0.1x, head at 1x
- 3-epoch linear warmup + cosine decay scheduler
- Early stopping on macro F1 instead of weighted F1
- Updated defaults: batch_size=64, epochs=50, patience=10
- Comparison chart now shows both macro and weighted F1
- DataParallel checkpoint handling (strip module. prefix)
- Enable cudnn.benchmark for training speed

</content>
</entry>
<entry>
<id>8f571ee51854540d186aafc01d25908bba5ea09e</id>
<published>2026-04-19T01:34:11Z</published>
<updated>2026-04-19T01:34:11Z</updated>
<title type="text">initial commit</title>
<link rel="alternate" type="text/html" href="commit/8f571ee51854540d186aafc01d25908bba5ea09e.html" />
<author>
<name>Vineet Kumar</name>
<email>git@vineetk.net</email>
</author>
<content type="text">commit 8f571ee51854540d186aafc01d25908bba5ea09e
Author: Vineet Kumar &lt;git@vineetk.net&gt;
Date:   Sat, 18 Apr 2026 21:34:11 -0400

initial commit

</content>
</entry>
</feed>
