265 - Feature engineering or deep learning (for semantic segmentation)

Sdílet
Vložit
  • čas přidán 4. 09. 2024
  • Code generated in the video can be downloaded from here:
    github.com/bns...
    What is a better approach when working with small training data for semantic segmentation? Is it deep learning such as U-net or is it feature extraction followed by machine learning classification (e.g., Random Forest, LGBM, XGBoost, SVM, etc.)?

Komentáře • 32

  • @caiyu538
    @caiyu538 Před 2 lety +1

    Always want to know this topic. Great. Keep on learning from your series.

  • @ramonsantiago4573
    @ramonsantiago4573 Před 2 lety

    What an informative lecture! This has really opened my eyes to the potential of ML inside the world of microscopy, I'll certainly do some more reading into this subject.

  • @philipppuehringer2676
    @philipppuehringer2676 Před 2 lety

    really enjoying your course! would like to see a video on multifocus image fusion GAN next ;)

  • @mustafabozkurt4991
    @mustafabozkurt4991 Před 2 lety +1

    Teşekkürler.

  • @agsantiago22
    @agsantiago22 Před 2 lety

    Thank you for the video and congratulations!!!

  • @pankajchand6761
    @pankajchand6761 Před rokem

    In semantic segmentation every pixel is classified so we engineer the features for every pixel (the dataframe shows a value for each filter for each pixel). If we were doing classification of the images, then how would we engineer the features using the filters (instead of for each pixel)? Would the dataframe shows a value for each filter for each image?

  • @puranjitsingh1782
    @puranjitsingh1782 Před rokem

    You are AWESOME!!!

  • @basicscientist8213
    @basicscientist8213 Před rokem

    17:08 I don't understand the part where you say you are using multiple files, but calling one tiff image. Is it saved with one name but including somehow 50 z-stacks? I am trying to train a model with 100s of images which have different names.. How do I tran a model: Running 100 different neural networks in parallel or using all 100 images all together as the input layer of one neural network? and how does the coding part work then? Do I give the directory of the folder?

  • @shivamroy1775
    @shivamroy1775 Před 2 lety

    Quality content !

  • @user-hv8yq1bt1t
    @user-hv8yq1bt1t Před rokem

    Thanks!
    But how can we implement this same method on CSV data (not image) for anomaly detection purposes? There is no digital filters for features engineering and extraction for that type of dataset?

  • @nghethuatsong
    @nghethuatsong Před 2 lety

    Thank you for your nice video. At the 10:29s, lines 83 and 84 are the link to the dataset to use to train the model, right?. They are .tif style. I think it is one only image. Why can we split it to train set and test set as the line 104? Please explain to me can understand clearly. Thank you very much. (The line 104: 10X_train, X_test, y_train, y_test = train_test_split(X, Y, test_size=0.4, random_state=20)).

  • @tarunkarthikkumarmamidi3169

    Great content! Are there plans to make a video tutorial about unsupervised segmentation? Maybe start with nuclear segmentation?
    Thanks!

  • @jismik7495
    @jismik7495 Před 2 lety

    Great content .....thank you

  • @botirkarim9293
    @botirkarim9293 Před 2 lety

    good luck keep continue

  • @endurirahul9550
    @endurirahul9550 Před 2 lety

    sir,How to combine U-net and Bi-lstm and how to use this model in signal processing(not in image processing)

  • @nocomments_s
    @nocomments_s Před 2 lety

    Great channel!

  • @supervince110
    @supervince110 Před 2 lety

    Great content! I'm wondering if you have done any formal study on this topic and may have a paper to share with us?

    • @DigitalSreeni
      @DigitalSreeni  Před 2 lety

      No formal study, just anecdotal observation on a few datasets. A study would be good but I am sure you'll find some published content on similar topics.

  • @devilblaster82
    @devilblaster82 Před 2 lety

    So assuming the limitations on data availability there is no other feasible way to surpass the score of a traditional feature engineering approach? I mean, student-teacher models, self supervision, semi supervision, adding synthetic data from a GAN etc., will all fail to segment it (substantially) better? I know you can abuse a dataset to death just to make a point that your
    'new' architecture is better than everyone's else, but from your video and your experience i get that all this modern fanfare wont help you in a real setting (not academic) if you dont have a rather large dataset no matter what.

  • @aminabatool455
    @aminabatool455 Před 2 lety

    thankyou dear

  • @agsantiago22
    @agsantiago22 Před 2 lety

    Valeu!

    • @DigitalSreeni
      @DigitalSreeni  Před 2 lety +1

      Thank you very much, really appreciate the contribution.

  • @aryansakhala3930
    @aryansakhala3930 Před 2 lety

    Hi professor, I have been contacting you on email, I am having a research idea, just with your personal help or your resources I think i can have that shot. I am currently in TE, persuing Computer Engineering and you may know this, I am following your videos from past 2 years or more. Your help will be much appreciated and will also be a strong foundation for my future.
    Thanks and regards.
    Aryan Sakhala

    • @XX-vu5jo
      @XX-vu5jo Před 2 lety

      Lol what a joke. Don’t do this domain if you are too lazy and stupid to do it on your own! Lol

  • @ftmftm7627
    @ftmftm7627 Před 2 lety

    If you use pytorch you will have a lot to make a video