Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
atom_101
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
atom_101
3y ago
There are 2 submodules in our model — a contrastive submodule and a diffusion prior submodule, but they still form 1 model because they are trained end-to-end. In the final architecture that we picked there is a common backbone that maps fr
2.
▲
by
atom_101
3y ago
This is mostly correct, except that there is only one model. This model takes an fMRI and predicts 2 outputs. The first is specialized for retrieval and the second can be fed into a diffusion model to reconstruct images. You can see the com
3.
▲
by
atom_101
3y ago
We did have a face reconstruction project planned. It is on the back-burner for now. That one will be based on something like the Celeb-A dataset instead of the Natural Scenes Dataset (images from MS-COCO) used here.
4.
▲
by
atom_101
3y ago
Yes controlnet will be used in the next version. For this one we couldn't get it working in time.