Git Product home page Git Product logo

scrap_paper_digest's Introduction

Scrap Paper Digest Highlights conf

Select the url of the conference you want scrap.

Example ICML 2022 Conference : https://www.paperdigest.org/2022/07/icml-2022-highlights/

Step 2 : Run the program scrapper with your key words

Search the key words 'graph' AND 'dynamic' only in the title

python scrap_paper_digest.py --url https://www.paperdigest.org/2022/07/icml-2022-highlights/ -w graph dynamic --all > dynamic.txt

Search the key words 'graph' OR 'dynamic' only in the title

python scrap_paper_digest.py --url https://www.paperdigest.org/2022/07/icml-2022-highlights/ -w graph dynamic > dynamic.txt

Search the key words 'graph' OR 'dynamic' in the title AND in the highlights

python scrap_paper_digest.py --url https://www.paperdigest.org/2022/07/icml-2022-highlights/ -w graph dynamic --search_highlights > dynamic.txt

Results example:

python scrap_paper_digest.py --url https://www.paperdigest.org/2022/04/www-2022-highlights/ -w graph dynamic --all --search_highlights

- A New Dynamic Algorithm for Densest Subhypergraphs


Highlight: This algorithm worked only on unweighted hypergraphs, and had an approximation ratio of (1 +?)r2 and an update time of O(poly(r, log?n)), where r denotes the maximum rank of the input across all the updates. We obtain a new algorithm for this problem, which works even when the input hypergraph is weighted.


- TREND: TempoRal Event and Node Dynamics for Graph Representation Learning


Highlight: In this work, We propose TREND, a novel framework for temporal graph representation learning, driven by TempoRal Event and Node Dynamics and built upon a Hawkes process-based graph neural network (GNN).


- Multimodal Continual Graph Learning with Neural Architecture Search


Highlight: However, considering multimodal continual graph learning with evolving topological structures poses great challenges: i) it is unclear how to incorporate the multimodal information into continual graph learning and ii) it is nontrivial to design models that can capture the structure-evolving dynamics in continual graph learning. To tackle these challenges, in this paper we propose a novel Multimodal Structure-evolving Continual Graph Learning (MSCGL) model, which continually learns both the model architecture and the corresponding parameters for Adaptive Multimodal Graph Neural Network (AdaMGNN).


3 Papers found matching your search

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.