From eeaaa8a1cd10cc77abb8252a2de964853772e96b Mon Sep 17 00:00:00 2001 From: SUKI Date: Wed, 14 Aug 2024 09:15:57 +0900 Subject: [PATCH 1/3] update pub, profiles --- content/bibs/people.bib | 6 +++--- content/bibs/pubs.bib | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/content/bibs/people.bib b/content/bibs/people.bib index 2374ed1d..c952e7b8 100644 --- a/content/bibs/people.bib +++ b/content/bibs/people.bib @@ -492,8 +492,8 @@ @incollection{kareefullah userw = {Cup Stacker}, month = {9}, year = {2021}, - number = {09/21 –- }, - series = {}, + number = {09/21 – 08/24}, + series = {2024}, abstract = {Assisted with fixing issues in graspologic and hyppo}, userb = {}, userc = {BME, JHU}, @@ -504,7 +504,7 @@ @jhu.edu url = {}, usere = {}, file = {kareef_ullah.jpg}, - priority = {4.5} + priority = {4.0} }, @incollection{hopeugwuoke, diff --git a/content/bibs/pubs.bib b/content/bibs/pubs.bib index 3e1fa63e..aae8ba8d 100644 --- a/content/bibs/pubs.bib +++ b/content/bibs/pubs.bib @@ -4171,4 +4171,16 @@ @article{zuzuk2024dynamic journal={Management Science}, publisher={INFORMS}, keywords={peer-reviewed}, +}, + +@article{madhyastha2024trex, + title={T-Rex (Tree-Rectangles): Reformulating Decision Tree Traversal as Hyperrectangle Enclosure}, + author={Madhyastha, Meghana and Budavari, Tamas and Braverman, Vladmir and Vogelstein, Joshua and Burns, Randal}, + author+an={4=highlight}, + year={2024}, + abstract={Tree ensembles, random forests and gradient boosted trees, are useful in resource-limited machine learning deployments. However, traversing tree data structures is not cache friendly, which results in high latency during inference or regression. Tree traversal incurs random I/Os making inference memory bound. We present a system that trades many random I/Os for few sequential I/O by remapping a forest of trees into a single spatial index. It builds on the observation that each leaf in the forest encodes a hyperrectangle in the feature space. We make queries I/O efficient through pruning and space-filling curves. We then optimize computation through quantization of hyperrectangle boundaries and vectorization of enclosure queries. Our evaluation on a diverse set of benchmark datasets shows that the system reduces inference latency by 2 times in memory and 10 times for external memory with no detectable loss of accuracy}, + url={https://doi.org/10.1109/ICDE60146.2024.00145, + journal={2024 IEEE 40th International Conference on Data Engineering (ICDE)}, + publisher={IEEE}, + keywords={peer-reviewed}, }, \ No newline at end of file From 466a71f08124e2448edf4c88fb911af570a50065 Mon Sep 17 00:00:00 2001 From: SUKI Date: Sat, 7 Sep 2024 10:43:21 -0400 Subject: [PATCH 2/3] update talk.bib --- content/bibs/people.bib | 2 +- content/bibs/talks.bib | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/content/bibs/people.bib b/content/bibs/people.bib index c952e7b8..f3fe8959 100644 --- a/content/bibs/people.bib +++ b/content/bibs/people.bib @@ -504,7 +504,7 @@ @jhu.edu url = {}, usere = {}, file = {kareef_ullah.jpg}, - priority = {4.0} + priority = {6.0} }, @incollection{hopeugwuoke, diff --git a/content/bibs/talks.bib b/content/bibs/talks.bib index 3c05168c..485a94f9 100644 --- a/content/bibs/talks.bib +++ b/content/bibs/talks.bib @@ -1,3 +1,13 @@ +@inproceedings{jovo-schiz2024, + title = {\href{https://docs.google.com/presentation/d/1fBfVKEf3XbT9klRJO08Hm_CxPb4WPoqXNiOnVvTDHuc/pub?start=false&loop=false&delayms=60000&slide=id.p}{Learning the way that animals leaned to learn}}, + author = {Vogelstein, Joshua T}, + author+an = {1=highlight}, + address = {CSchizophrenia Center, Johns Hopkins University, Baltimore, MD, USA}, + year = {2024}, + month = {September}, + keywords = {local} +} + @inproceedings{sampan-gyss2022, title = {Nonparametric MANOVA via Independence Testing}, author = {Panda, Sambit and Shen, Cencheng and Vogelstein, Joshua T}, From 6488431beca203d0f682a4b8df0e1e0db2b22b22 Mon Sep 17 00:00:00 2001 From: SUKI Date: Sat, 7 Sep 2024 10:46:25 -0400 Subject: [PATCH 3/3] fix typo talk.bib --- content/bibs/talks.bib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/bibs/talks.bib b/content/bibs/talks.bib index 485a94f9..78fa9862 100644 --- a/content/bibs/talks.bib +++ b/content/bibs/talks.bib @@ -2,7 +2,7 @@ @inproceedings{jovo-schiz2024 title = {\href{https://docs.google.com/presentation/d/1fBfVKEf3XbT9klRJO08Hm_CxPb4WPoqXNiOnVvTDHuc/pub?start=false&loop=false&delayms=60000&slide=id.p}{Learning the way that animals leaned to learn}}, author = {Vogelstein, Joshua T}, author+an = {1=highlight}, - address = {CSchizophrenia Center, Johns Hopkins University, Baltimore, MD, USA}, + address = {Schizophrenia Center, Johns Hopkins University, Baltimore, MD, USA}, year = {2024}, month = {September}, keywords = {local}