Live data from Hacker News

Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

github.com

11–20 of 22 posts

Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

#11

Can someone explain the meaning of labelled vs unlabelled in this context? What kind of information would the labels carry? Did they have depth maps for all 62 million images or not?

They explain in the paper that they used 1.5 million images with known depth maps (labels) to train a teacher model, and then used the teacher model to create pseudolabels (inferred depth maps) for the full dataset. Then they trained a student model to recover those pseudolabels from distorted versions of the original images.

Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

#12

In grad school I was using stereo video cameras to measure fish. I wonder if a model like this could do it accurately from frame grabs from a single feed now. And of course an AI to identify fish, even if was just which sections of video had/did not have fish, not even doing the species level ID, would have saved a ton of time. We had a whole workshop on various monitoring technologies and the take home from the vari…

You can definitely train a model to identify fish, to be honest you don't really have to train a whole model, there are tons of models trained on millions of images, you can just extract the embeddings from those models and train a single matrix to project them to the different classes and it will work very well.

Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

#14
Nice paper. I particularly like how they talk through the ideas they tried that didn’t work, and the process they used to land on the final results. A lot of ML papers present the finished result as if it appeared from nowhere without trial and error, perhaps with some ablations in the appendix and I wish more papers followed this one in talking about the dead ends along the way.

Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

#15
post #4
post #2

Impressive demo. Any FSD startup that put their money on LiDAR is even more screwed now.

Disagree there. Humans have massive compute, dual optics, and amazing filters. Computer vision has 1-2 of those three, and I don't think we are near an AGI for self driving yet. Driving is IMO, an AGI level task. Does you dataset have a crocodile in it? Does you monocular depth model get fooled by a billboard that's just a photo?

AGI is a pretty fuzzy term that will goal post shift like AI has. You can define it that way tautologically but I can easily see a world where we have self driving cars but standalone AI scientists don’t exist. Does that mean we have AGI because we have self driving cars or not because it’s not general in that it can’t also tackle other human endeavors?

Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

#16

In grad school I was using stereo video cameras to measure fish. I wonder if a model like this could do it accurately from frame grabs from a single feed now. And of course an AI to identify fish, even if was just which sections of video had/did not have fish, not even doing the species level ID, would have saved a ton of time. We had a whole workshop on various monitoring technologies and the take home from the vari…

Definitely not with this model, because it’s impossible to tell based on the distance alone. Is the fish 34cm away and 34cm long or 30cm away and 30cm long? The fish is floating in a transparent medium, so reference points aren’t even useful as calibration.

Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

#17

In grad school I was using stereo video cameras to measure fish. I wonder if a model like this could do it accurately from frame grabs from a single feed now. And of course an AI to identify fish, even if was just which sections of video had/did not have fish, not even doing the species level ID, would have saved a ton of time. We had a whole workshop on various monitoring technologies and the take home from the vari…

Very likely. Tbh, I think there are a lot of domain tasks where if you added a machine learning expert to the team that success and progress would be a lot higher. But to be fair, there are are a lot of people that can do ML but not a lot of people that have a deep understanding. The difference matters for real world tasks when the difference between dataset performance and generalization performance matter. And it's all too common that works that are SOTA are more difficult to generalize, but this is high variance.

Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

#18
post #14

Nice paper. I particularly like how they talk through the ideas they tried that didn’t work, and the process they used to land on the final results. A lot of ML papers present the finished result as if it appeared from nowhere without trial and error, perhaps with some ablations in the appendix and I wish more papers followed this one in talking about the dead ends along the way.

Nothing would benefit the scientific enterprise more than explicitly publishing papers about failed experiments.

How much public money, time, and careers have been wasted chasing something that is already known not to work?

Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

#19
post #14

Nice paper. I particularly like how they talk through the ideas they tried that didn’t work, and the process they used to land on the final results. A lot of ML papers present the finished result as if it appeared from nowhere without trial and error, perhaps with some ablations in the appendix and I wish more papers followed this one in talking about the dead ends along the way.

Nothing would benefit the scientific enterprise more than explicitly publishing papers about failed experiments. How much public money, time, and careers have been wasted chasing something that is already known not to work?

Unfortunately, careers don't get advanced that way. There are very backwards incentives.

Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

#20

In grad school I was using stereo video cameras to measure fish. I wonder if a model like this could do it accurately from frame grabs from a single feed now. And of course an AI to identify fish, even if was just which sections of video had/did not have fish, not even doing the species level ID, would have saved a ton of time. We had a whole workshop on various monitoring technologies and the take home from the vari…

Are the fish always the same color/is their color distinct from the background.

I work at an industrial plant we have been able to measure a lot of things simply by analyzing the pixels in the video. For example one application we have a camera pointed down at a conveyor belt. The conveyor belt is one color and objects on the belt are a distinct different color.

- we just count how many pixels in a given frame are a specific color/brightness. Then you can easily work out how much of the conveyor belt has material on it in any given frame.

So if you are tying to work out what section of a video has fish in it you could count how many pixels are a different color to the normal background color.

Post reply on HN