#neurips-2023-machine-unlearning

1 messages · Page 1 of 1 (latest)

graceful sand
#

This is a very interesting task

#

Any idea how to do it? Anyone?

sage hinge
outer hill
#

Interesting challenge, looking forward to what everyone tries

deft elk
#

Interesting one!! wanted teammates for this. if Interested please DM me

candid flicker
#

Interested to team up for this.

undone kindle
#

looks like the top-1 entry is just +0.01 above the standard solution. Anyone is fighting with this challenge, and finds it difficult?

cobalt juniper
#

maybe during this week organizers will share more details

undone kindle
#

is it normal that if you put more than 1 epoch in the standard notebook you get lower performance???

mellow oracle
#

Hello, I am looking for teammates for this competition. A little bit about myself, I have good experience in Machine and Deep Learning. I have done multiple internships in the same. This is my first Kaggle competition and I plan to experiment and learn a lot throughout this competition. Please DM me if you wanna team up.

undone kindle
round raptor
#

It seems that cifar10 is much easier too solve than the hidden dataset. I’m new to cv. Any tips for other adequate benchmark datasets?

full echo
#

so does like 4 separate approaches i've tried and tested on cifar10 that have failed to pass 0.05 on the comp data

#

the thing i haven't done is GAN-ing the whole dataset anew, and besides that i'm compeletely out of ideas

undone kindle
#

How van you gan-ing?

#

Can*

#

But you want to extract them?

#

Because I thought you wanted to gan the dset and save it

#

Anyway looks bugged this competition

#

There is no way that adding 1 si gle epoch destroys the metric

#

Either the metric is broken or they finetuned the whole process and crafted too perfectly that you can broke everything with a small change

full echo
# undone kindle How van you gan-ing?

as in try to come up with a fitting augmentation or whatever with something that generates images similar to that of forget set instead of them that won't trigger under MIA and won't mess with the score too much

undone kindle
#

Ah OK OK write a paper man who cares about the competition lol

#

Lol

full echo
#

infortunately the cifar10 notebook gives 99.8 and 88 or smth which is waaaaaay bigger window for imperfect algorithms to work just fine while failing on the competition leaderboard

undone kindle
#

Yeah but man....+1epoch and you break all the thing?

#

Or just a small change in the lr

full echo
#

well +1 epoch when added to 1 epoch sounds like massive overfitting waiting to happen

#

tbh what would fix like 90% of the frustration is so that kaggle could show disassembled metric

#

aka show separately the forget score the retain score the test score

#

like you could at least get where to tune hyperparameters to

#

would be cool if authors could address some of our concerns but oh well

nova moth
#

has anyone tried generating "anti samples" and putting them into the model? I saw that concept in some machine unlearning conference.

void carbon
#

I feel like the competition turned into finding out how to interact with the hidden dataset and not about unlearning anymore. I was deeply invested in the earlier CIFAR notebooks when they announced, but I've been slamming my head against a wall with this new one

full echo
# void carbon I feel like the competition turned into finding out how to interact with the hid...

tbh same. The problem is that CIFAR10 notebook (w/ 99.8% and 88% on train/test) does not represent the model in the contest (w/ 98.98% and 96.43%) good enough, and also that its hyperparameters are way to fine to afford any change off of the default solution, thus there are 1 submission people in top50. Either there is a complete breakthrough, guaranteeing 0.06+ consistently (NO idea what the top2 people did with their 0.08+), either you pray on RNG. IMO even interactions with the dataset are not really in play, since there are many discussions on class weights being seemingly pointless. Unless you mean just straight up finding a completely similar dataset with faces, finding ways(and recourses) to train ResNet on it until it reaches approximately the same accuracy and only then you get somewhat representable testing environment that you can actually tune your parameters and approaches in

full echo
flint bridge
#

Is there a way to get hypothetical data, of which the structure is similar to hidden data. It would be useful at least to check the code, if it is working or not.

full echo
cloud seal
#

Hello,
Quick question, is changing the batch size allowed? I have a doubt here. If yes do you know the max batch size possible on P100?

nova moth
#

is there any information on the data? like what are its dimensions

full echo
nova moth
muted yew
#

I just couldn't access Kaggle site, did anyone have the same accident?

terse cargo
full echo
inner geyser
#

Hi, I'm not able to submit any notebook successfully. It just keeps running forever

nova moth
#

the submissions take 4 hours + because of the 512 model checkpoints

inner geyser
#

Ah thanks

#

Is there any faster way to measure metrics before submitting?

full echo
#

...no

full echo
# inner geyser Is there any faster way to measure metrics before submitting?

no, except locally recreating the whole setup they describe in the paper. they outline some of it in code at neurips challenge notebook here https://github.com/unlearning-challenge/starting-kit , but i personally couldn't recreate it compeletely

GitHub

Starting kit for the NeurIPS 2023 unlearning challenge - GitHub - unlearning-challenge/starting-kit: Starting kit for the NeurIPS 2023 unlearning challenge

sleek gull
#

Is there any other dataset with pre-trained and re-trained models available?

fallow basin
unique venture
#

Hi, I am getting notebook timeout but the same code works with starter kit just fine even for larger epochs.

#

Can someone point me the possible issues?

peak sapphire
deft elk
#

Hi, is this topic something that I can pursue as an undergraduate student? Or perhaps work on it for my final thesis?

full echo
gilded tartan
#

Hey there, I haven't checked on this competition in two weeks

#

Can anyone give me a TL;DR of the developments that occurred while I was away?

tardy blade
#

Hi, i am new to kaggle, i was trying to join this competition but couldnt find input data for this competition. I trued running the pinned starter notebook but getting filenotfounderror for csv files. Is there any beginners guide? Please guide me

gilded tartan
#

So the goal is to develop an algorithm to perform the required task without access to the data, and then submit your algorithm to be evaluated using the hidden test set

terse cargo
terse cargo
unique venture
unique venture
static flare
#

SDG;

shadow patio
#

Anyone looking for an additional team member? I did last year's Multimodal scATAC/scRNA prediction competition, but looking to step up my game for this time around 💪

fallen spoke
#

How the hell do people get ~0.09??? Any change degrades the metric like crazy lolol

merry cliff
#

Hey all! Has anyone changed the model architecture or we are supposed to go with ResNet18 only?

stray zephyr
#

Hello, I just joined the machine unlearning competition and I am new to Kaggle competitions as well. What kind of data are they using for training the target model and can we have access to this dataset ?

terse cargo
terse cargo
terse cargo
covert pollen
#

Hi everyone, is supoosed to use only the resnet18 model? Or is supposed to find another model? Thank you!