Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensorFlow-based DeepDoubleB tagger integration #23033

Merged
merged 38 commits into from Jun 2, 2018

Conversation

jmduarte
Copy link
Member

This adds the DeepDoubleB TensorFlow based model which is based on a lot of the changes brought in from the DeepFlavour pull request #19893. The latest BTV meeting presentation provides more information about the tagger.

We've checked the compatibility between CMSSW-based discriminators computed using the producers in this PR with the output from the training framework (DeepJet) on a ttbar RelVal sample:

MINIAOD vs reference training framework:
https://cernbox.cern.ch/index.php/s/f8bJcJcS8hfU3WF
image

RECO vs reference training framework:
https://cernbox.cern.ch/index.php/s/hEqbrrMkz5xBSHs
image
The level of discrepancy is similar to what was observed for the DeepFlavour model, as we also train using MINIAOD inputs.

We also checked that our changes don't affect the existing DeepFlavour model:
https://cernbox.cern.ch/index.php/s/KHs8RKuE0qzREq4
image
@cvernier @ferencek

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @jmduarte (Javier Duarte) for master.

It involves the following packages:

DataFormats/BTauReco
PhysicsTools/PatAlgos
RecoBTag/DeepFlavour

@perrotta, @monttj, @cmsbuild, @slava77, @gpetruc, @arizzi can you please review it and eventually sign? Thanks.
@TaiSakuma, @gouskos, @imarches, @ahinzmann, @rappoccio, @gpetruc, @mmarionncern, @rovere, @jdamgov, @jdolen, @nhanvtran, @JyothsnaKomaragiri, @gkasieczka, @schoef, @ferencek, @mverzett, @mariadalfonso, @pvmulder, @acaudron, @seemasharmafnal this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 22, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/27602/console Started: 2018/04/22 22:51

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23033/27602/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 29
  • DQMHistoTests: Total histograms compared: 2492830
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2492653
  • DQMHistoTests: Total skipped: 176
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 28 files compared)
  • Checked 119 log files, 9 edm output root files, 29 DQM output files

@slava77
Copy link
Contributor

slava77 commented Apr 23, 2018

@jmduarte
is the new tagger running already with this PR?
I think that it should be enabled if it is planned to be a part of miniAOD (or RECO)

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2018

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2018

Pull request #23033 was updated. @perrotta, @monttj, @cmsbuild, @slava77, @gpetruc, @arizzi can you please check and sign again.

@slava77
Copy link
Contributor

slava77 commented Jun 1, 2018

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/28372/console Started: 2018/06/01 17:52

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2018

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2018

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23033/28372/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 61 differences found in the comparisons
  • DQMHistoTests: Total files compared: 31
  • DQMHistoTests: Total histograms compared: 2902471
  • DQMHistoTests: Total failures: 17
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2902264
  • DQMHistoTests: Total skipped: 190
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 30 files compared)
  • Checked 128 log files, 14 edm output root files, 31 DQM output files

@slava77
Copy link
Contributor

slava77 commented Jun 1, 2018

+1

for #23033 a3fceea

  • technical update since the last reco signoff: dropping a superfluous implementation of a function in RecoBTag/TensorFlow/src/JetConverter.cc.
  • jenkins tests pass:

@fabiocos
Copy link
Contributor

fabiocos commented Jun 2, 2018

+1

@fabiocos
Copy link
Contributor

fabiocos commented Jun 2, 2018

merge

@cmsbuild cmsbuild merged commit 7f00bb3 into cms-sw:master Jun 2, 2018
@jmduarte
Copy link
Member Author

jmduarte commented Jun 6, 2018

Hi @slava77, for submitting a backport to 94X as discussed previously, do we want to keep all the changes (including renameing RecoBTag/DeepFlavour -> RecoBTag/TensorFlow, etc.)?

One key difference we will implement is we will disable this in MINIAOD by default (so the code will be there for users to recompute in 94X, but it will not be produced in MINIAOD by default).

Thanks,
Javier

@slava77
Copy link
Contributor

slava77 commented Jun 6, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants