Bodo Rosenhahn, Christoph Reinders, Frederik Schubert
We lifted 5 functions out of this paper's own repositories and ran 5 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| creinders/ChimeraMix | — | 5 of 5 |
| Function | Status | Where it lives |
|---|---|---|
| ChimeraDecoder | Ran | creinders/ChimeraMix/models/chimera.py code served (permissive licence) · get_code("aa6fc6e288c0606d") |
| ChimeraEncoder | Ran | creinders/ChimeraMix/models/chimera.py code served (permissive licence) · get_code("f3e089ca488dfc51") |
| ChimeraModel | Ran | creinders/ChimeraMix/models/chimera.py code served (permissive licence) · get_code("1eca7b2f63bd216a") |
| Mixer | Ran | creinders/ChimeraMix/models/chimera.py code served (permissive licence) · get_code("4dff83f8e8bdf1ac") |
| ResidualBlock | Ran | creinders/ChimeraMix/models/chimera.py code served (permissive licence) · get_code("5f2724364f411dc9") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Deep convolutional neural networks require large amounts of labeled data samples. For many realworld applications, this is a major limitation which is commonly treated by augmentation methods. In this work, we address the problem of learning deep neural networks on small datasets. Our proposed architecture called ChimeraMix learns a data augmentation by generating compositions of instances. The generative model encodes images in pairs, combines the features guided by a mask, and creates new samples. For evaluation, all methods are trained from scratch without any additional data. Several experiments on benchmark datasets, e.g., ciFAIR-10, STL-10, and ciFAIR-100, demonstrate the superior performance of ChimeraMix compared to current state-of-the-art methods for classification on small datasets. Code is available at https://github.com/creinders/ChimeraMix.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2202.11616")
get_code_for_paper("2202.11616")
have("2202.11616")
Connect an agent — have() is free.