Recent comments in /f/MachineLearning
PigException t1_ja6o0ms wrote
Reply to comment by Measurex2 in [R] Large language models generate functional protein sequences across diverse families by MysteryInc152
ARKK is also up since then.
caks t1_ja6gib0 wrote
Reply to [R] [N] VoxFormer: Sparse Voxel Transformer for Camera-based 3D Semantic Scene Completion. by radi-cho
Serious question: how do you even annotate something like this?
TinkerAndThinker t1_ja6g6de wrote
Reply to [D] Simple Questions Thread by AutoModerator
Is there an equivalent of "Thomas's calculus" for Linear Algebra?
Measurex2 t1_ja6ca1j wrote
Reply to comment by st8ic in [R] Large language models generate functional protein sequences across diverse families by MysteryInc152
They've been going after the Healthcare vertical heavily for the last decade, and Benioff has donated like half a billion to hospitals and research from his own wallet.
https://www.salesforce.com/solutions/industries/healthcare/pharma/health-care-innovation/
I buy every dip in Salesforce because they keep delivering in some many interesting ways. The news of the co-CEO and all their product and department leads leaving dropped their stock in Q4. It's up 25% since then.
[deleted] t1_ja6740t wrote
Reply to comment by Kaleidophon in [D] Navigating Academic Conferences by MyActualUserName99
[removed]
st8ic t1_ja60y60 wrote
Reply to [R] Large language models generate functional protein sequences across diverse families by MysteryInc152
ah yes, salesforce.com, the premier synthetic biology company
Swing_Bishop t1_ja5yzo4 wrote
Reply to [R] [N] VoxFormer: Sparse Voxel Transformer for Camera-based 3D Semantic Scene Completion. by radi-cho
A good idea with some severe limitations it seems.
KakaTraining t1_ja5u446 wrote
Reply to [R] [P] New ways of breaking app-integrated LLMs with prompt injection by taken_every_username
An attack case: I changed NewBing's name to KaKa instead of Sydney, which means that it is possible to break through Microsoft's more restrictions on new Bing. https://twitter.com/DLUTkaka/status/1629745736983408640
currentscurrents t1_ja5n5xi wrote
Reply to comment by AmalgamDragon in [D] Isn't self-supervised learning(SSL) simply a kind of SL? by Linear--
Those are all internal rewards, which your brain creates because it knows (according to the world model) that these events lead to real rewards. It can only do this because it has learned to predict the future.
>PPO can handle this quite well.
"Quite well" is still trying random actions millions of times. World modeling allows you to learn from two orders of magnitude less data.
AmalgamDragon t1_ja5lz5b wrote
Reply to comment by currentscurrents in [D] Isn't self-supervised learning(SSL) simply a kind of SL? by Linear--
This really comes down to how 'reward' is defined. I think we likely disagree on that definition, with yours being a lot narrower then mine is. For example, during the cooking process, there is usually a point before the meal is done where it 'smells good', which is a reward. There's dopamine release as well, which could be triggered when completing some of the steps (don't know if that's the case or not), but simply observing that a step is complete is rewarding for lots of folks.
> Pure RL will quickly teach you not to touch the burner, but it really struggles with tasks that involve planning or delayed rewards.
Depends on which algorithms you're using, but PPO can handle this quite well.
Warhouse512 t1_ja5kx48 wrote
Reply to comment by CeFurkan in [D] Which AI models are available to remaster old video to higher quality? by CeFurkan
Second topaz. Looks like you have a ton of artifacts and upscaling models alone won’t help with that. Try out the demo before you pay for it though! Iirc it just leaves a watermark
bitemenow999 t1_ja5jz8q wrote
Reply to comment by CeFurkan in [D] Which AI models are available to remaster old video to higher quality? by CeFurkan
You can find the frames with artifacts, use a median filter or something to find the frames with degradation, and then mask it, though it will still be atleast a couple of days of work
currentscurrents t1_ja5isuz wrote
Reply to comment by AmalgamDragon in [D] Isn't self-supervised learning(SSL) simply a kind of SL? by Linear--
Imagine you need to cook some food. None of the steps of cooking give you any reward, you only get the reward at the end.
Pure RL will quickly teach you not to touch the burner, but it really struggles with tasks that involve planning or delayed rewards. Self-supervised learning helps with this by building a world model that you can use to predict future rewards.
CeFurkan OP t1_ja5ig7w wrote
Reply to comment by bitemenow999 in [D] Which AI models are available to remaster old video to higher quality? by CeFurkan
it has like 10k frames for 7 min video :d
24 fps 7 min
i really need automated way
bitemenow999 t1_ja5i18k wrote
the best option at this point would be to use a combination of in-painting and super-resolution, I dont know of a model that can do both but you can do it with stable diffusion in two steps.
Remove degraded areas with mask and use inpainting and then use inpainted result for super-resolution
currentscurrents t1_ja5co7d wrote
Reply to comment by londons_explorer in [R] [N] VoxFormer: Sparse Voxel Transformer for Camera-based 3D Semantic Scene Completion. by radi-cho
Photogrammetry in general has a hard time with moving objects and especially objects that change shape.
[deleted] t1_ja5a2qj wrote
Reply to comment by CeFurkan in [D] Which AI models are available to remaster old video to higher quality? by CeFurkan
[deleted]
CeFurkan OP t1_ja55g7f wrote
Reply to comment by the320x200 in [D] Which AI models are available to remaster old video to higher quality? by CeFurkan
i see. i will check out ty
CeFurkan OP t1_ja55fa1 wrote
Reply to comment by Marcapiel in [D] Which AI models are available to remaster old video to higher quality? by CeFurkan
ye i tried that. actually that upscale is done by an ESRGAN model. which model you think best for this job?
CeFurkan OP t1_ja55cwi wrote
Reply to comment by Aromatic_Accident_77 in [D] Which AI models are available to remaster old video to higher quality? by CeFurkan
thanks a lot i am going to give it a try
CeFurkan OP t1_ja551m1 wrote
Reply to comment by beryugyo619 in [D] Which AI models are available to remaster old video to higher quality? by CeFurkan
what do you suggest to stabilize the video? i have no idea how to do that
beryugyo619 t1_ja54jo7 wrote
Current ML don’t have that kind of temporal consistency and it’s not particularly hot and flashy topic right now
You might want to somehow stabilize the video first maybe
Marcapiel t1_ja51yti wrote
Reply to comment by the320x200 in [D] Which AI models are available to remaster old video to higher quality? by CeFurkan
For upscaing there are many ESRGAN opens ource models
the320x200 t1_ja513d4 wrote
It's paid, but Topaz Video AI is worth the cost of you're upscaling/restoring video a decent amount.
All solutions have their limits though. The example image you attached is quite degraded and ML isn't at the point where that much corruption can be restored automatically.
Smallpaul t1_ja6orxv wrote
Reply to comment by VirtualHat in [D] To the ML researchers and practitioners here, do you worry about AI safety/alignment of the type Eliezer Yudkowsky describes? by SchmidhuberDidIt
> occasionally beat a much stronger player
We might occasionally win a battle against SkyNet? I actually don't understand how this is comforting at all.
> The world we live in is one of chance and imperfect information, which limits any agent's control over the outcomes.
I might win a single game against a Poker World Champion, but if we play every day for a week, the chances of me winning are infinitesimal. I still don't see this as very comforting.