> The original paper used several medical X-ray datasets which I don’t have access to anymore, so I needed a new dataset with spatial annotations to test the expert attention mechanism. I picked the Ukiyo-eVG dataset: ~11K Japanese woodblock prints That's such a weird switch. There's lots of free medical imaging online. Example: https://www.cancerimagingarchive.net/
That’s true! It felt a bit flippant to give medical data to an agent. Also, I wanted to see if the model would work in other domains!
Autoresearch on an old research idea
81–90 of 110 posts
Re: Autoresearch on an old research idea
#82Re: Autoresearch on an old research idea
#83Earlier quoted context omitted.
That’s true! It felt a bit flippant to give medical data to an agent. Also, I wanted to see if the model would work in other domains!
but doesn't it break the assumption that it should ideally be able to reproduce your original results
To get CLIP to work properly we typically need large batch sizes. So the experiments in the original paper were quite heavy, and ran parallel across 8 GPUs.
Re: Autoresearch on an old research idea
#84Re: Autoresearch on an old research idea
#85 - https://arxiv.org/abs/2602.02660 (MARS)
- https://arxiv.org/abs/2601.14525 (Execution-grounded automated AI research)
- https://arxiv.org/abs/2601.10402 (ML-Master 2.0)
The mostly used benchmark for automated AI engineering/ research is:
https://github.com/openai/mle-benchRe: Autoresearch on an old research idea
#86Ok, so looking at the commit log[1], I was mostly interested in seeing what the "moonshot ideas" implementations looked like, but basically everything is just hyperparameter tuning. Which is nice, but likely not worth the $$$ spent on the tokens. Am I missing something here? [1] https://github.com/ykumards/eCLIP/commits/main/autoresearch
It would seem wise to modify the autoresearch instructions to first estimate the computational costs rigorously and then sort and compare the proposals for human review, and for each actually executed attempt to feed back the computational costs with LoRa adapter? i.e. perhaps minimal changes to autoresearch can take control for cost-effective research to occur.
Re: Autoresearch on an old research idea
#87Autoresearch is nothing new, big players are already in the game with more sophisticated solutions: - https://arxiv.org/abs/2602.02660 (MARS) - https://arxiv.org/abs/2601.14525 (Execution-grounded automated AI research) - https://arxiv.org/abs/2601.10402 (ML-Master 2.0) The mostly used benchmark for automated AI engineering/ research is: https://github.com/openai/mle-bench
Re: Autoresearch on an old research idea
#88Re: Autoresearch on an old research idea
#89Earlier quoted context omitted.
I think the main value lies in allowing the agent to try many things while you aren't working (when you are sleeping or doing other activities), so even if many tests are not useful, with many trials it can find something nice without any effort on your part. This is, of course, only applicable if doing a single test is relatively fast. In my work a single test can take half a day, so I'd rather not let an agent spen…
Experiments for us cost on the order of tens of dollars, so doing 100 of them every night quickly becomes the price of an entire new employee. And that’s not even including the cost of letting agents run all night. Definitely not in the budget for non-VC-backed companies who aren’t in the AI bubble.
So this may be only temporarily unavailable for many.
Re: Autoresearch on an old research idea
#90Autoresearch is nothing new, big players are already in the game with more sophisticated solutions: - https://arxiv.org/abs/2602.02660 (MARS) - https://arxiv.org/abs/2601.14525 (Execution-grounded automated AI research) - https://arxiv.org/abs/2601.10402 (ML-Master 2.0) The mostly used benchmark for automated AI engineering/ research is: https://github.com/openai/mle-bench
The thing is, autoresearch feels more accessible that the listed solutions. I can use it trivially on virtually any problem that has verifiable rewards and a feedback loop.