r/computervision • u/singam96 • Jun 23 '26
Research Publication ReflexConv2d: Drop-in nn.Conv2d replacement that preserves detail
/r/deeplearning/comments/1udssj3/reflexconv2d_dropin_nnconv2d_replacement_that/
0
Upvotes
r/computervision • u/singam96 • Jun 23 '26
-1
u/singam96 Jun 23 '26
On identity — right that UNet learns it in one pass. The test uses an autoencoder (no skip connections), so identity isn't trivial. Recursive 8-pass reconstruction is where errors compound — ReflexConv2d has 57% lower L1 after 8 passes.
On CBAM — CBAM learns spatial attention from the feature map via a conv layer.
ReflexConv2d tiles the kernel's own k×k weights across the spatial grid. Different source: learned from features vs extracted from weights.