heuristicus / paper-utils

Utilities for document similarity and reference extraction for research papers
MIT License
0 stars 0 forks source link

Regex for named references leaks #4

Open heuristicus opened 6 years ago

heuristicus commented 6 years ago
    # (?:\)|\])* section after the year causes the expression to break out of the brackets... need to fix
    named_re = re.compile("(?:\(|\[)((?:[ a-zA-Z\.,\n-]+(?:\(|\[)*(?:19|20)[0-9]{2}(?:\)|\])*[; \n]*)+)(?:\)|\])")

Erroneous results, all from Wu 2018 Full 3D Reconstruction of Transparent Objects

[Aber-
man et al. 2017; Hullin et al. 2008; Trifonov et al. 2006].
Environment matting. To composite transparent objects into
novel backgrounds, environment matting is often applied. This prob-
lem is introduced by Zongker et al. [1999], wherein environment
mattes are estimated by projecting a series of horizontal and verti-
cal color stripes. Chuang et al. [2000] extend the work for locating
multiple distinct contributing sources, and also propose a single-
image solution for colorless and purely specular objects. Wexler et
al. [2002]
[Ben-Ezra and Nayar 2003;
Tanaka et al. 2016; Wetzstein et al. 2011] focus on analyzing known
or unknown distorted background patterns. Zuo et al. [2015]
[Iseringhausen et al. 2017; Ji et al. 2013; Wetzstein et al. 2011],
depth-normal ambiguity still exists as they are interrelated with
each other. Qian et al. [2016] propose a position-normal consistency
constraint for solving the two-refraction reconstruction problem,
but they only compute a pair of front-back surface depth maps. Kim
et al. [2017]